home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Conversions / Strings / pulse-string < prev    next >
Text File  |  1998-10-23  |  595b  |  22 lines

  1. pulse-string freq pulsewidth delay lenght
  2.  
  3. Generates a string of pulses. The string length is determined by length. The pulse width, frequency and the delay when the pulses start can be adjusted. Use mix-strings for mixing. The output can be applied to section timesheets in both timesheet strings and rhythm strings.
  4.  
  5. (pulse-string 5 1 0 16)
  6. "-       -       "
  7. " --   --   --   "
  8. "   --   --   -- "
  9. "-  -  -  -  -   "
  10.  
  11. (pulse-string 1 1 0 16)
  12. "-               "
  13.  
  14. (pulse-string 2 1 0 16)
  15. "-       -       "
  16.  
  17. (pulse-string 1 3 0 16)
  18. "---             "
  19.  
  20. (pulse-string 2 3 1 16)
  21. " ---     ---    "
  22.